首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
tan
tan
正切
名稱:
tan
分類:
數學
所屬語言:
php
一句話介紹:
正切。
定義和用法
tan()
函數返回正切。
文法
tan (
x
)
參數
描述
x
必需。一個數。
說明
tan()
返回參數
x
的正切值。參數
x
的單位為弧度。
相關內容
使用curl_share_init() 實現Redis 代理DNS 緩存機制
2
PHP開發中如何實現百度文心一言API的數據同步和異地容災?
10
創建用戶偏好設置的默認結構
4
mysqli::get_charset 與mysqli_stmt::get_result() 的編碼兼容性
8
同類函數
mt_srand
mt_srand
播下一個更好的隨機數發生器種子
bindec
bindec
二進制轉換為十進制
decoct
decoct
十進制轉換為八進制
pi
pi
得到圓周率值
log
log
自然對數
deg2rad
deg2rad
將角度轉換為弧度
atan2
atan2
兩個參數的反正切
octdec
octdec
八進制轉換為十進制
熱門文章